Method: RSAML::Conditions#<<

Defined in:
lib/rsaml/conditions.rb

#<<(condition) ⇒ Object

Append a condition to the conditions



30
31
32
# File 'lib/rsaml/conditions.rb', line 30

def <<(condition)
  conditions << condition
end